<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ&nbsp;·å¼ç‰¹æœ‰å±žæ€§ */
.nav-style-1 li {
    text-align: center
}

.nav-style-1 li a {
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .1s;
	transition: all .1s;
	color: #FFF;
}

.nav-style-1 li ul {
    /* background: #333 */
}

/* é»‘è‰² */
.nav-style-1.color-black, .nav-style-1.color-black li ul{
	background-color: #333;
}
.nav-style-1.color-black ul li:hover &gt; a,.content_navbar .nav-style-1.nav.color-black ul .custom.selected &gt; a{
	
	background-color: #1C76F5;
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}

/* æ£•è‰² */
.nav-style-1.color-brown, .nav-style-1.color-brown li ul{
	background-color: #562b11;
}
.nav-style-1.color-brown ul li:hover &gt; a,.content_navbar .nav-style-1.nav.color-brown ul .custom.selected &gt; a{
	background-color: #4b2914;
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}

/* æ©™è‰² */
.nav-style-1.color-orange,.nav-style-1.color-orange li ul{
	background-color: #dd8725;
}
.nav-style-1.color-orange ul li:hover &gt; a,.content_navbar .nav-style-1.nav.color-orange ul .custom.selected &gt; a{
	background-color: #cd7f24;
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}

/* è“è‰² */
.nav-style-1.color-blue,.nav-style-1.color-blue li ul{
	background: #4babf0;
}
.nav-style-1.color-blue ul li:hover &gt; a,.content_navbar .nav-style-1.nav.color-blue ul .custom.selected &gt; a{
	background-color: #1C76F5;
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}


/* ç»¿è‰² */
.nav-style-1.color-green, .nav-style-1.color-green li ul{
	background: #418e53;
}
.nav-style-1.color-green ul li:hover &gt; a,.content_navbar .nav-style-1.nav.color-green ul .custom.selected &gt; a{
	background: #3b7e4b;
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}


/* é»„è‰² */
.nav-style-1.color-yellow, .nav-style-1.color-yellow li ul{
	background: #e7d088;
}
.nav-style-1.color-yellow ul li:hover &gt; a,.content_navbar .nav-style-1.nav.color-yellow ul .custom.selected &gt; a{
	background: #d7b95b;
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}

.nav-style-1.color-red, .nav-style-1.color-red li ul{
	background: #e84b4b;
}
.nav-style-1.color-red ul li:hover &gt; a,.content_navbar .nav-style-1.nav.color-red ul .custom.selected &gt; a{
	background: #ce4646;
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}

.nav-style-1.color-white, .nav-style-1.color-white li ul{
	background: #fff;
}
.nav-style-1.color-white a{
	color:#333
}
.nav-style-1.color-white ul li:hover &gt; a,.content_navbar .nav-style-1.nav.color-white ul .custom.selected &gt; a{
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}

.nav-style-1.color-none{
	background: transparent;
}
.nav-style-1.color-none a{
	color:#333;
}
.nav-style-1.color-none ul li:hover &gt; a{
	box-shadow: inset 3px 3px 10px rgba(0,0,0,.3);
}


.nav-style-1.size-small li a {
    padding: 6px 12px
}

.nav-style-1.size-smaller li a {
    padding: 7px 14px
}

.nav-style-1.size-normal li a {
    padding: 9px 18px
}

.nav-style-1.size-larger li a {
    padding: 10px 20px
}

.nav-style-1.size-large li a {
    padding: 12px 24px
}

.content_navbar .nav-style-1.nav ul .custom a {
    font-family: 'Microsoft YaHei', å¾®è½¯é›…é»‘;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}




/* æ–°å¢žå†…å®¹ */
@media(max-width: 1199px) {
	[type=header] .nav-style-1 {
		display: none;
	}
	[type=header] .mobile-navigation {
        vertical-align: top;
        margin-left: 17px;
        border: 2px solid #dedede;
        border-radius: 0;
		padding: 14px 11px 10px;
		position: fixed;
		float: right;
		right: 13px;
		top: 13px;
		background-color: #fff;
    }
	[type=header] .mobile-navigation span {
		background-color: #333;
		display: block;
		width: 16px;
		margin-bottom: 3px;
		height: 2px;
	}
}
/* @media(max-width: 1199px) {
	[type=content] .nav-style-1 {
		display: none;
	}
	[type=content] .mobile-navigation {
        vertical-align: top;
        margin-left: 17px;
        border: 2px solid #dedede;
        border-radius: 0;
		padding: 14px 11px 10px;
		position: relative;
		float: right;
		margin-top: 13px;
		margin-right: 13px;
    }
	[type=content] .mobile-navigation span {
		background-color: #333;
		display: block;
		width: 16px;
		margin-bottom: 3px;
		height: 2px;
	}
} */
/* æ‰‹æœºç«¯ */
.cleric-menu-clone-wrap {
    position: fixed;
    top: 0;
    left: -1000px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    color: #000;
}
.cleric-menu-clone-wrap.open {
    left: 0;
}
.cleric-menu-panels-actions-wrap .cleric-menu-prev-panel {
    right: inherit;
    left: 0;
    border: 0;
    border-right: 1px solid #eee;
}
.cleric-menu-panels-actions-wrap .cleric-menu-prev-panel:before {
    content: "\f104";
    font-family: faicomoon;
}

.cleric-menu-panels-actions-wrap {
    border-bottom: 1px solid #eee;
    height: 50px;
    position: relative;
}
.cleric-menu-panels-actions-wrap .cleric-menu-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
}
.cleric-menu-panels-actions-wrap .cleric-menu-close-btn, .cleric-menu-panels-actions-wrap .cleric-menu-prev-panel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    color: #000;
}
.cleric-menu-clone-wrap .cleric-menu-panels {
    background: inherit;
    border-color: inherit;
    z-index: 0;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(100% - 50px);
    position: relative;
}
.cleric-menu-panel-main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cleric-menu-panel&gt;ul {
    padding: 0;
    margin: 0;
}
.cleric-menu-panel li {
    list-style: none;
}
.cleric-menu-panel&gt;ul&gt;li {
    padding-left: 20px;
    border-bottom: 1px solid #eee;

}
.cleric-menu-panel&gt;ul&gt;li&gt;a {
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
}
a.cleric-menu-next-panel{
	display: none;
}
.menu-item-has-children &gt; a.cleric-menu-next-panel{
	display: block;
}
.cleric-menu-next-panel {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
	float: right;
}
.cleric-menu-next-panel:before {
    content: "\f105";
    font-family: faicomoon;
}
/* äºŒçº§çª—å£ */
.cleric-menu-clone-wrap .cleric-menu-panel {
    background-color: #fff;
}

.cleric-menu-clone-wrap .cleric-menu-hidden {
    display: block!important;
    opacity: 0;
    visibility: hidden;
}
.cleric-menu-clone-wrap .cleric-menu-panel.cleric-menu-sub-panel {
    border-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .2s ease 0s;
    z-index: 0;
}
.cleric-menu-clone-wrap .cleric-menu-panel.cleric-menu-panel-opened {
    transform: translateX(0);
    z-index: 999;
}
.cleric-menu-panels .submenu {
    position: static;
    visibility: visible;
    opacity: 1;
    min-width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    transition: opacity .3s,transform .3s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    display: block;
	text-align: left;
	height: 100%;
}









</pre></body></html>